home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 114 / PC Guia 114.iso / Software / Utils / The Gimp 2.2.1 / gimp-help-2-0.6-setup.exe / {app} / share / gimp / 2.0 / help / en / ch04s18s11.html < prev    next >
Encoding:
Extensible Markup Language  |  2004-12-19  |  8.4 KB  |  242 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4.   <head>
  5.     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  6.     <title>18.11.┬áImage Window Title and Statusbar</title>
  7.     <link rel="stylesheet" href="gimp-help-plain.css" type="text/css" />
  8.     <link rel="stylesheet" href="gimp-help-screen.css" type="text/css" />
  9.     <meta name="generator" content="DocBook XSL Stylesheets V1.66.1" />
  10.     <link rel="start" href="index.html" title="GIMP User Manual" />
  11.     <link rel="up" href="ch04s18.html" title="18.┬áPreferences" />
  12.     <link rel="prev" href="ch04s18s10.html" title="18.10.┬áImage Window Appearance" />
  13.     <link rel="next" href="ch04s18s12.html" title="18.12.┬áDisplay" />
  14.   </head>
  15.   <body>
  16.     <div xmlns="" class="navheader">
  17.       <table width="100%" summary="Navigation header">
  18.         <tr>
  19.           <th colspan="3" align="center" id="chaptername">18.┬áPreferences</th>
  20.         </tr>
  21.         <tr>
  22.           <td width="20%" align="left"><a accesskey="p" href="ch04s18s10.html">Prev</a>┬á</td>
  23.           <th width="60%" align="center" id="sectionname">18.11.┬áImage Window Title and Statusbar</th>
  24.           <td width="20%" align="right">┬á<a accesskey="n" href="ch04s18s12.html">Next</a></td>
  25.         </tr>
  26.       </table>
  27.       <hr />
  28.     </div>
  29.     <div class="sect2" lang="en" xml:lang="en">
  30.       <div class="titlepage">
  31.         <div>
  32.           <div>
  33.             <h3 class="title"><a id="gimp-prefs-image-window-title"></a>18.11.┬áImage Window Title and Statusbar</h3>
  34.           </div>
  35.         </div>
  36.       </div>
  37.       <a id="id3458934" class="indexterm"></a>
  38.       <div class="informalfigure">
  39.         <div class="mediaobject">
  40.           <img src="../images/preferences/prefs-image-window-title.png" />
  41.           <div class="caption">
  42.             <p>
  43.           Image Window Title and Statusbar formats
  44.         </p>
  45.           </div>
  46.         </div>
  47.       </div>
  48.       <p>
  49.     This page lets you customize the text that appears in two places:
  50.     the title bar of an image, and the status bar.  The title bar
  51.     should appear above the image; however this depends on cooperation
  52.     from the window manager, so it is not guaranteed to work in all
  53.     cases.  The statusbar appears underneath the image, on the right
  54.     side.  See the 
  55.     Image
  56.     Window  section for more information.
  57.   </p>
  58.       <div class="simplesect" lang="en" xml:lang="en">
  59.         <div class="titlepage">
  60.           <div>
  61.             <div>
  62.               <h4 class="title"><a id="id3458990"></a>Choosing a Format</h4>
  63.             </div>
  64.           </div>
  65.         </div>
  66.         <p>
  67.       You can choose among several predesigned formats, or you can
  68.       create one of your own, by writing a <span class="emphasis"><em>format
  69.       string</em></span> in the entry area.  Here is how to understand
  70.       a format string:  anything you type is shown exactly as you type
  71.       it, with the exception of <span class="emphasis"><em>variables</em></span>, whose
  72.       names all begin with "%".  Here is a list of the variables you
  73.       can use:
  74.     </p>
  75.         <div class="segmentedlist">
  76.           <table border="0">
  77.             <thead>
  78.               <tr class="segtitle">
  79.                 <th>Variable</th>
  80.                 <th>Meaning</th>
  81.               </tr>
  82.             </thead>
  83.             <tbody>
  84.               <tr class="seglistitem">
  85.                 <td class="seg">%f</td>
  86.                 <td class="seg">
  87.             Bare filename of the image, or "Untitled"
  88.         </td>
  89.               </tr>
  90.               <tr class="seglistitem">
  91.                 <td class="seg">%F</td>
  92.                 <td class="seg">
  93.             Full path to file, or "Untitled"
  94.         </td>
  95.               </tr>
  96.               <tr class="seglistitem">
  97.                 <td class="seg">%p</td>
  98.                 <td class="seg">
  99.             Image id number (this is unique)
  100.         </td>
  101.               </tr>
  102.               <tr class="seglistitem">
  103.                 <td class="seg">%i</td>
  104.                 <td class="seg">
  105.             View number, if an image has more than one display
  106.         </td>
  107.               </tr>
  108.               <tr class="seglistitem">
  109.                 <td class="seg">%t</td>
  110.                 <td class="seg">
  111.             Image type (RGB, grayscale, indexed)
  112.         </td>
  113.               </tr>
  114.               <tr class="seglistitem">
  115.                 <td class="seg">%z</td>
  116.                 <td class="seg">
  117.             Zoom factor as a percentage
  118.         </td>
  119.               </tr>
  120.               <tr class="seglistitem">
  121.                 <td class="seg">%s</td>
  122.                 <td class="seg">
  123.             Source scale factor (zoom level = %d/%s)
  124.         </td>
  125.               </tr>
  126.               <tr class="seglistitem">
  127.                 <td class="seg">%d</td>
  128.                 <td class="seg">
  129.             Destination scale factor (zoom level = %d/%s)
  130.         </td>
  131.               </tr>
  132.               <tr class="seglistitem">
  133.                 <td class="seg">%Dx</td>
  134.                 <td class="seg">
  135.             Expands to x if the image is dirty, nothing otherwise
  136.         </td>
  137.               </tr>
  138.               <tr class="seglistitem">
  139.                 <td class="seg">%Cx</td>
  140.                 <td class="seg">
  141.             Expands to x if the image is clean, nothing otherwise
  142.         </td>
  143.               </tr>
  144.               <tr class="seglistitem">
  145.                 <td class="seg">%l</td>
  146.                 <td class="seg">
  147.             The number of layers
  148.         </td>
  149.               </tr>
  150.               <tr class="seglistitem">
  151.                 <td class="seg">%L</td>
  152.                 <td class="seg">
  153.             Number of layers (long form)
  154.         </td>
  155.               </tr>
  156.               <tr class="seglistitem">
  157.                 <td class="seg">%m</td>
  158.                 <td class="seg">
  159.             Memory used by the image
  160.         </td>
  161.               </tr>
  162.               <tr class="seglistitem">
  163.                 <td class="seg">%n</td>
  164.                 <td class="seg">
  165.             Name of the active layer/channel
  166.         </td>
  167.               </tr>
  168.               <tr class="seglistitem">
  169.                 <td class="seg">%P</td>
  170.                 <td class="seg">
  171.             id of the active layer/channel
  172.         </td>
  173.               </tr>
  174.               <tr class="seglistitem">
  175.                 <td class="seg">%w</td>
  176.                 <td class="seg">
  177.             Image width in pixels
  178.         </td>
  179.               </tr>
  180.               <tr class="seglistitem">
  181.                 <td class="seg">%W</td>
  182.                 <td class="seg">
  183.             Image width in real-world units
  184.         </td>
  185.               </tr>
  186.               <tr class="seglistitem">
  187.                 <td class="seg">%h</td>
  188.                 <td class="seg">
  189.             Image height in pixels
  190.         </td>
  191.               </tr>
  192.               <tr class="seglistitem">
  193.                 <td class="seg">%H</td>
  194.                 <td class="seg">
  195.             Image height in real-world units
  196.         </td>
  197.               </tr>
  198.               <tr class="seglistitem">
  199.                 <td class="seg">%u</td>
  200.                 <td class="seg">
  201.             Unit symbol (eg. px for Pixel)
  202.         </td>
  203.               </tr>
  204.               <tr class="seglistitem">
  205.                 <td class="seg">%U</td>
  206.                 <td class="seg">
  207.             Unit abbreviation
  208.         </td>
  209.               </tr>
  210.               <tr class="seglistitem">
  211.                 <td class="seg">%%</td>
  212.                 <td class="seg">
  213.             A literal "%" symbol
  214.         </td>
  215.               </tr>
  216.             </tbody>
  217.           </table>
  218.         </div>
  219.       </div>
  220.     </div>
  221.     <div class="navfooter">
  222.       <hr />
  223.       <table width="100%" summary="Navigation footer">
  224.         <tr>
  225.           <td width="40%" align="left"><a accesskey="p" href="ch04s18s10.html">Prev</a>┬á</td>
  226.           <td width="20%" align="center">
  227.             <a accesskey="u" href="ch04s18.html">Up</a>
  228.           </td>
  229.           <td width="40%" align="right">┬á<a accesskey="n" href="ch04s18s12.html">Next</a></td>
  230.         </tr>
  231.         <tr>
  232.           <td width="40%" align="left" valign="top">18.10.┬áImage Window Appearance┬á</td>
  233.           <td width="20%" align="center">
  234.             <a accesskey="h" href="index.html">Home</a>
  235.           </td>
  236.           <td width="40%" align="right" valign="top">┬á18.12.┬áDisplay</td>
  237.         </tr>
  238.       </table>
  239.     </div>
  240.   </body>
  241. </html>
  242.